dvb_quality

@enum dvb_quality @brief Provides an estimation about the user's experience while watching to a given MPEG stream @ingroup frontend

@param DVB_QUAL_UNKNOWN Quality could not be estimated, as the Kernel driver doesn't provide enough statistics

@param DVB_QUAL_POOR The signal reception is poor. Signal loss or packets can be lost too frequently. @param DVB_QUAL_OK The signal reception is ok. Eventual artifacts could be expected, but it should work. @param DVB_QUAL_GOOD The signal is good, and not many errors are happening. The user should have a good experience watching the stream.

Values

ValueMeaning
DVB_QUAL_UNKNOWN0
DVB_QUAL_POOR1
DVB_QUAL_OK2
DVB_QUAL_GOOD3

Meta